Custom / BlackWhiteList / List Value
			
			This is a list of all values returned by autoread functionality that shall be denied (in Blacklistmode) or accepted (in Whitelistmode).
Every configuration value may contain multiple, concatenated autoread values. All autoread values stored in this list must be sorted ascending (the values within a configuration value as the values between configuration values).
					
						Sample
					
					
If the autoread functionality returns a value of 4 byte length this would be a valid list:
						
List[0] = "1111" "2222" "3333"
List[1] = "4444"
List[2] = "5555" "6666"
			If the autoread functionality returns a value of 4 byte length this would be a valid list:
List[0] = "1111" "2222" "3333"
List[1] = "4444"
List[2] = "5555" "6666"
Properties
- Value ID: 0x0602/0x10 - 0x7F
 
Format
| Name | Type/Size | Description | 
|---|---|---|
| - | ASCII string (until end of frame) | - |